home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 23 / Amiga Format AFCD23 (Feb 1998, Issue 107).iso / -seriously_amiga- / shareware / programming / other / fdi / fdi.scr < prev    next >
Text File  |  1997-12-01  |  569b  |  15 lines

  1. ; FDI Execution script
  2. ; --------------------
  3. ;   Coverts all files in FD: to Include files.
  4. ;   These will be in the format that I use in my assemby 
  5. ;   programs.  I put them in a directory called "Include:libdef/".
  6. ;
  7. ;   Execute the program from the destination directory (ie CD to 
  8. ;   "Include:libdef/" or whatever).  FDI should be resident, and it'll
  9. ;   help if List,Execute and Delete are also resident if don't have a
  10. ;   harddrive.
  11. ;
  12. List FD:#?.fd TO T:_fdi.scr LFORMAT "FDI FROM %s%s TO %m.i CALL RCALL SCALL PRIV NOBAN"
  13. Execute T:_fdi.scr
  14. Delete T:_fdi.scr
  15.